RemoveBindingRequest

data class RemoveBindingRequest(name: String)

Represents request frame that can be used with Runtime#removeBinding operation call.

This method does not remove binding function from global object but unsubscribes current runtime agent from Runtime.bindingCalled notifications.

See also

Constructors

RemoveBindingRequest
Link copied to clipboard
fun RemoveBindingRequest(name: String)

Properties

name
Link copied to clipboard
val name: String

Sources

jvm source
Link copied to clipboard